Einhugur Word Plugin for Xojo

Document.Footer Method

Gets footer of requested type from the document, optionally creating new footer if footer with the requested type does not exist.

Footer(
   footerType as EinhugurWord.HeaderFooterTypes,
   createIfNotExists as Boolean) as EinhugurWord.Footer

Parameters

footerType
Type of the footer to request.
createIfNotExists
If set to true then footer will be created if it does not exist

Returns

EinhugurWord.Footer
The requested footer or nil if the footer did not exist and createIfNotExists was false.

Remarks

See Also

Document Class